home *** CD-ROM | disk | FTP | other *** search
/ AJ's Desktop Themes / AJ's Desktop Themes (AJ Russo)(1996).ISO / doors_1 / cmsed33a.exe / AUTOMATE.!!! < prev    next >
Text File  |  1992-06-02  |  1KB  |  34 lines

  1.    
  2.               Automating CMSED Global Maintenance Operations 
  3.  
  4.    By preloading your keyboard buffer with the necessary commands, you 
  5.    can fully automate the CMSED global maintenance operations!  I use 
  6.    4DOS' KEYSTACK command, but there are numerous utilities available 
  7.    for this purpose. 
  8.    
  9.    The following command line would be used with 4DOS' KEYSTACK: 
  10.  
  11.                    keystack "gf" 13 "R" 13 @71 13^cmsed 
  12.  
  13.    This command line first preloads the keyboard buffer via 4DOS' 
  14.    KEYSTACK to simulate a manual keyboard entry of: 
  15.  
  16.                      GF<Enter>R<Enter><Home><Enter>
  17.  
  18.    Then, by using 4DOS' ability to chain multiple commands, CMSED is 
  19.    run from the currently logged directory (or it would be found if 
  20.    placed in your system's PATH).  CMSED then gets all the necessary 
  21.    commands from the preloaded keyboard buffer, just as if you were 
  22.    there typing. 
  23.  
  24.    The commands entered in the above example would: 
  25.  
  26.                  G    = Select the Global options menu 
  27.                  F    = Select/Run Fix "Too Many Nodes" function 
  28.               <Enter> = Bypass "Reset Completed" message 
  29.                  R    = Select/Run Ratings Recalculations function 
  30.               <Enter> = Return to Main Menu via default Quit
  31.                <Home> = Highlight Main Menu Quit option 
  32.               <Enter> = Exit CMSED 
  33.  
  34.